From: Markus Stenberg Date: Fri, 11 Dec 2015 11:50:19 +0000 (+0200) Subject: ahcpd: Fixed kmod-ipv6 dependency. X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=9cafb0c9dc26d57b3a01e1faba5bd3684f50d910;p=feed%2Frouting.git ahcpd: Fixed kmod-ipv6 dependency. --- diff --git a/ahcpd/Makefile b/ahcpd/Makefile index d4f8744..96b8475 100644 --- a/ahcpd/Makefile +++ b/ahcpd/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -25,7 +25,7 @@ define Package/ahcpd TITLE:=Ad-Hoc Configuration Protocol daemon URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 +ip +librt + DEPENDS:=+@IPV6 +ip +librt endef define Package/ahcpd/description